object frmBadUser: TfrmBadUser Left = 121 Top = 77 BorderIcons = [] BorderStyle = bsNone ClientHeight = 343 ClientWidth = 575 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poDefault OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Shape1: TShape Left = -10 Top = 0 Width = 587 Height = 49 Brush.Color = clYellow Pen.Style = psClear end object Label2: TLabel Left = 128 Top = 120 Width = 313 Height = 16 Alignment = taCenter Caption = 'You are not an authorized user on this system' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 160 Top = 9 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Label1: TLabel Left = 222 Top = 15 Width = 157 Height = 16 Caption = 'Crowd Control Security' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object Timer1: TTimer Interval = 4000 OnTimer = Timer1Timer Left = 413 Top = 57 end end